Retrieve a list of campaigns and their reports.
Token for retrieving the next page.
Maximum number of campaigns to retrieve.
1 <= x <= 1000
The order dimension for the campaigns to be retrieved.
campaign_id
, name
, daily_budget
, impressions
, purchase_revenue
, roas
, cpc
, cpm
, ad_spend
, is_active
, ad_format
, start_date
, end_date
, created_at
The order direction for the campaigns to be retrieved.
asc
, desc
Start date for calculating metrics.
End date for calculating metrics.
A search string to filter the names of the campaigns by.
The campaign status to filter the campaigns by. Defaults to all statuses.
all
, active
, inactive
Successful Response
The response is of type object
.
Retrieve a list of campaigns and their reports.
Token for retrieving the next page.
Maximum number of campaigns to retrieve.
1 <= x <= 1000
The order dimension for the campaigns to be retrieved.
campaign_id
, name
, daily_budget
, impressions
, purchase_revenue
, roas
, cpc
, cpm
, ad_spend
, is_active
, ad_format
, start_date
, end_date
, created_at
The order direction for the campaigns to be retrieved.
asc
, desc
Start date for calculating metrics.
End date for calculating metrics.
A search string to filter the names of the campaigns by.
The campaign status to filter the campaigns by. Defaults to all statuses.
all
, active
, inactive
Successful Response
The response is of type object
.